Skip to content

chore(main): release 0.30.0-rc.1#6015

Merged
boojack merged 2 commits into
mainfrom
release-please--branches--main--components--memos
Jul 14, 2026
Merged

chore(main): release 0.30.0-rc.1#6015
boojack merged 2 commits into
mainfrom
release-please--branches--main--components--memos

Conversation

@boojack

@boojack boojack commented Jun 5, 2026

Copy link
Copy Markdown
Member

🤖 I have created a release beep boop

0.30.0-rc.1 (2026-07-14)

⚠ BREAKING CHANGES

  • filter: now() is removed (use the now variable) and time fields are timestamps, so bare-epoch comparisons need timestamp(). Existing saved shortcuts using the old syntax must be updated.

Features

  • add OpenAPI-driven MCP support (#6026) (777d227)
  • add optional webhook signing secret (Standard Webhooks HMAC-SHA256) (#6013) (063a444)
  • add webhook edit UI and signing secret status indicator (#6027) (c703b05)
  • auth: add private instance mode derived from instance_url (d1cef7a)
  • auth: bootstrap identity providers from secret files (ad6d009)
  • config: provision settings from secret files (0038295)
  • editor: add focus-mode formatting toolbar (deddf71)
  • editor: recognize and style @mentions in the rich editor (daa71d0)
  • filter: expand CEL filter surface with startsWith/endsWith, matches(), and all() (f0e4a56)
  • filter: fold now.getXxx() accessors for dynamic date-part filters (41ff22b)
  • filter: standard CEL now variable, time accessors, set ops (26f4b73)
  • i18n: add searchable locale picker (4183985)
  • i18n: expand European locale coverage (a47d049)
  • markdown: render and navigate GFM footnotes (1020060)
  • mcp: expose create_attachment tool (0e1d821), closes #6057
  • settings: move tag metadata to user settings (#6017) (9eabb55)
  • storage: add insecure_skip_tls_verify option for S3 (20c19ef), closes #6039
  • surface newly created memo above pinned list (6eb1786)
  • web: add code block and strikethrough to formatting toolbar (e3c231f)
  • web: add link preview view setting (e3e4ae1)
  • web: add max-columns memo feed layout (177d65a)
  • web: add untagged shortcut filter example (#6065) (b787bfa)
  • web: markdown WYSIWYG editor with raw-mode toggle (#6030) (797f1ff)

Bug Fixes

  • auth: stabilize SSO option loading (1e91cfb)
  • auth: support OAuth client auth auto-detection (6c17e87)
  • ci: stamp canary image with semantic version (83552c3)
  • comments: list all memo comments via pagination (f727ad2)
  • cors: open API to any origin for token auth, keep cookies same-origin (385fa22)
  • editor: align CodeMirror markdown event handling (42ad410)
  • editor: collapse lingering select-all selection after delete (817561d)
  • editor: let CodeMirror own caret layout (a9ac008)
  • editor: make formatting commands toggle and convert correctly (c349c15)
  • editor: restore CodeMirror default spacing (df1967d), closes #6093
  • editor: support backslash-escaping literal #tags (5f7e038)
  • editor: wire Ctrl+B and Ctrl+I markdown shortcuts to textarea (#6016) (8f13773)
  • i18n: complete missing Simplified Chinese translations (#6084) (375e2bc)
  • instance: add needs_setup so admin-less instances aren't treated as fresh (96cb653)
  • location: truncate long address in memo location chip (3b601b8)
  • markdown: ignore tags inside links (a50ce09)
  • mcp: allow reverse-proxied instances to serve /mcp (8fa2ff4)
  • memo: populate parent relation in comment webhook payload (#6083) (c9b356b)
  • memo: preserve expanded todo list state (ecbe2ab)
  • scripts: prevent entrypoint restart loop when MEMOS_UID=0 (3a55edd), closes #6061
  • tags: include combining marks in tag character class (#6051) (281e0dc)
  • user: implement ListUsers pagination (4bc3928)
  • web: delay loading skeleton to avoid flash on fast loads (9e84f61), closes #6047
  • web: fill the editor host so the caret shows in empty space (5329e60), closes #6076
  • webhook: fail loud on malformed signing secret and add tests (f497f00)
  • web: improve mobile control spacing (1052c04)
  • web: keep the multi-column feed balanced (a72ae80)
  • web: stabilize multi-column memo layout (730c245)

This PR was generated with Release Please. See documentation.

@boojack boojack requested a review from a team as a code owner June 5, 2026 16:02
@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Bump the manifest root package version from 0.29.1 to 0.30.0 and add a v0.30.0 changelog entry (Features: i18n locale expansion; move tag metadata to user settings; Bug Fixes: editor Ctrl+B/Ctrl+I wiring, markdown tag handling inside links, memo todo expanded-state preservation).

Changes

Release 0.30.0

Layer / File(s) Summary
Version and changelog update
.release-please-manifest.json, CHANGELOG.md
Manifest root "." version bumped from 0.29.1 to 0.30.0. Inserted v0.30.0 (2026-06-09) changelog section with Features (i18n locale expansion; move tag metadata to user settings) and Bug Fixes (editor Ctrl+B/Ctrl+I wiring to textarea; markdown ignore tags inside links; memo preserve expanded todo list state).
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title is about a release, but it names 0.30.0-rc.1 while the changeset updates 0.30.0, making it misleading. Rename the title to match the actual release version, e.g. "chore(main): release 0.30.0".
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The description clearly matches the release changes and summarizes the version bump and release notes.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@boojack boojack changed the title chore(main): release 0.29.2 chore(main): release 0.30.0 Jun 7, 2026
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 12 times, most recently from 4918d4f to 6c11741 Compare June 14, 2026 15:21
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 8 times, most recently from 9ad9eab to 76471b4 Compare June 21, 2026 14:20
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 6 times, most recently from f6f81f0 to 4d6c4e8 Compare June 25, 2026 14:03
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 12 times, most recently from b6f38b7 to 1118d29 Compare July 12, 2026 12:51
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 2 times, most recently from d6c1968 to b52dcbb Compare July 12, 2026 16:09
@Yax

Yax commented Jul 13, 2026

Copy link
Copy Markdown

Is this release coming any time soon? ;)

@boojack boojack force-pushed the release-please--branches--main--components--memos branch 5 times, most recently from 80e30a5 to af7e255 Compare July 14, 2026 13:22
@boojack boojack force-pushed the release-please--branches--main--components--memos branch from af7e255 to 84247ec Compare July 14, 2026 13:37
@boojack boojack changed the title chore(main): release 0.30.0 chore(main): release 0.30.0-rc.1 Jul 14, 2026
@boojack boojack force-pushed the release-please--branches--main--components--memos branch from 84247ec to cb8d1e4 Compare July 14, 2026 13:59
@tandyleo110

Copy link
Copy Markdown

0.30.0 is looking amazing! Appreciate all the effort you're putting into this. Out of curiosity, any rough timeline for when it might hit stable? No pressure at all — just planning ahead. Thanks again for this awesome project! 🙌

@boojack boojack merged commit 57d579a into main Jul 14, 2026
1 check passed
@boojack

boojack commented Jul 14, 2026

Copy link
Copy Markdown
Member Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment